A Database Management System (DBMS) is software used to store, organize, manage, and retrieve data efficiently.
Examples
- Oracle
- My SQL
- SQL Server
- MS Access
A Database Management System (DBMS) is software used to store, organize, manage, and retrieve data efficiently.
Data = Raw facts
Example: Name,Age,Roll No.
Information = Processed Data
Example: Class Toppers List
RDBMS is most commonly used
RDBMS = Relational Database Management System
Data stored in table (rows & columns).
Normalization = Removing data duplication and oraganizing tables properly.
(Just remember names - enough for JOA-IT.)
SQL = Language to interact with database.
| DBMS | RDBMS |
|---|---|
| Data in files | Data in tables |
| No relations | Relations exist |
| Low security | High Security |
| Single User | Multi-user |
| Slower | Faster |
✓ DBMS Example → File System
✓ RDBMS Example → My SQL, Oracle